home *** CD-ROM | disk | FTP | other *** search
/ Star Trek - Starship Creator / CREATOR.ISO / mac / Starship Creator / ShipMain / IMPORT / Sector8.txt next >
Text File  |  1998-10-06  |  3KB  |  98 lines

  1. NAME=Take Position in Sector 8
  2. LEVEL=Beginner
  3. ERA=ALL
  4. TYPE=Sample
  5. KEYS=Basic Equipment
  6. DESC=
  7. Fly to Sector 8 and request further instructions.
  8. @
  9.  
  10. <MISS = EAR, DES = 0350:0175:Sector 8,RAR= 001,TIL= 048,>
  11.  
  12. <ICMD =  #captainSpeaks,MSG01,
  13.          // Launch the Starship on it's mission
  14.          #setGoals,MSG99,
  15.          #impulsePwrOn,-,
  16.          #engageNavDeflector,-,
  17.          #warpPwrOn,-,
  18.          #engageImpulseEng,-,
  19.          #unDock,MSG02, 
  20.          #gotoWarp,MSG03,
  21.          #testHitTarget,-,
  22.          // Destination Arival
  23.          #reportStatus,MSG10, 
  24.          #executeGoal,MSG11,>
  25.  
  26. <MSG99 = [1:"Arrived in Sector 8."]>
  27. <MSG01 = Prepare to get underway.>
  28. <MSG02 = Helm, take us out of drydock.>
  29. <MSG03 = <FLYB=SmStarbaseBG;ByOut>Set course for Sector 8.>
  30. <MSG10 = Approaching destination.>
  31. <MSG11 = Taking position.>
  32.  
  33. <MO_CO_EG = #hover,-, 
  34.          #goal1achieved,-,
  35.          #HQCmd1,MSG28,>
  36.  
  37. <MSG28 = Contact starbase and advise them of our status.>
  38.  
  39. <CCMD = 
  40.        #returnStarBase,200 : 200,
  41.        #departArea,MSG29,
  42.        #gotoWarp,-,
  43.        #testHome,-,
  44.        #disengageWarpEng,-,
  45.        #disengageNavDeflector,-,
  46.        #lowerShields,-,
  47.        #engageImpulseEng,-,
  48.        #dock,MSG31,
  49.        #simOver,MSG38, >
  50.  
  51. <MSG29 = Set coordinates for return.>
  52. <MSG31 = Arrived back at Starbase.>
  53. <MSG38 = The simulation is complete.>
  54. <MSG50 = Ship unable to complete mission.>
  55.  
  56. // possible unrecoverable failures 
  57. <MO_CO_SYSFAIL = #HQCmd4,-,>
  58.  
  59. // possible shield failures 
  60. <MO_CO_SMF = #HQCmd2,-,>
  61.  
  62.  
  63. <MO_HQ_EV0 = 4,>
  64. <MO_HQ_EV1 = We have arrived in Sector 8. Requesting further orders.,
  65.             #simOver,-,Stay there, #closeMission,-, Come home, #HQCmd1,>
  66.  
  67. <MO_HQ_EV2 = Our shields are damaged.,
  68.             #surrender,-, Give up., #otherSpeaks,-,Keep going.,#HQCmd2,>
  69.  
  70. <MO_HQ_EV3 = This ship is not equipped to handle basic maneuvers or is damaged beyond repair in-flight.,
  71.             #simover,-, Simulation Failure, #nothing,-,,#HQCmd3,>
  72.  
  73. <MO_HQ_EV4 =Vessel suffered an unrepairable failure. Mission cannot proceed. Make sure appropriate systems and crew are present.,
  74.             #simOver,-, Acknowledged., #nothing,-,,#HQCmd4,>
  75.  
  76.  
  77. <LEVTMAP = #blackHole,989,89,-, #asteroid,250,250,Asteroid field. Use caution.,>
  78. <TEVTMAP = #wearNTear,1200,-, #fireDrill,2400,-,>
  79.  
  80.  
  81. <MO_SN_LR = 0,0,0,0,#nothing, ;>
  82. <MO_SN_RF = 0,0,0,0,#nothing, ;>
  83. <MO_SN_PA = 0,0,0,0,#nothing, ;>
  84. <MO_SN_GM = 0,0,0,0,#nothing, ;>
  85. <MO_SN_PR = 0,0,0,0,#nothing, ;>
  86. <MO_SN_LF = 330,245,340,255,#lifeforms, ;>
  87. <MO_SN_SS = 0,0,0,0,#nothing, ;>
  88. <MO_SN_OP = 0,0,0,0,#nothing, ;>
  89. <MO_SN_GF = 0,0,0,0,#nothing, ;>
  90. <MO_SN_GR = 0,0,0,0,#nothing, ;>
  91. <MO_SN_IR = 0,0,0,0,#nothing, ;>
  92. <MO_SN_PM = 0,0,0,0,#nothing, ;>
  93. <MO_PRB_DATA = 180,180,220,220,#something,Inverse-polarity graviton field detected.;>
  94.  
  95. //end (Notice there must be a RETURN after this.)
  96.  
  97.  
  98.